ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / Item Property / Item(TKey) Property
The key of the element to get or set.

In This Topic
    Item(TKey) Property
    In This Topic
    Gets or sets the element with the specified key.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal key As TKey _
    ) As TValue
    public TValue Item( 
       TKey key
    ) {get; set;}

    Parameters

    key
    The key of the element to get or set.

    Property Value

    The element with the specified key.
    See Also